Click or drag to resize

UploadItem Class

Represents a single item to upload into a mailbox.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeUploadItem

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UploadItem

The UploadItem type exposes the following members.

Constructors
  NameDescription
Public methodUploadItem
Initializes a new instance of the UploadItem class.
Public methodUploadItem(Byte)
Initializes a new instance of the UploadItem class.
Public methodUploadItem(Stream)
Initializes a new instance of the UploadItem class.
Public methodUploadItem(String)
Initializes a new instance of the UploadItem class.
Public methodUploadItem(Byte, FolderId)
Initializes a new instance of the UploadItem class.
Public methodUploadItem(Stream, FolderId)
Initializes a new instance of the UploadItem class.
Public methodUploadItem(String, FolderId)
Initializes a new instance of the UploadItem class.
Top
Properties
  NameDescription
Public propertyCreateAction
Specifies the action for uploading an item into a mailbox.
Public propertyData
Contains the data of a single item to upload into a mailbox.
Public propertyIsAssociated
Specifies whether the uploaded item is a folder associated item.
Public propertyItemId
Contains the unique identifier and change key of an item to create or update in the Exchange store.
Public propertyParentFolderId
Represents the identifier of the parent folder where a new item is created or that contains the item to update.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also